Finding Your Project's Assembly File

If you do not know the file path to your custom activity project’s assembly file, you can find this path through Visual Studio in one of the following ways:

To open your project folder

  1. If Windows Explorer is not already open to your project folder, copy and paste the project folder path into Windows Explorer.
  2. From the project folder, navigate to bin and then to either Debug or Release, depending on the configuration with which your project was built. If you built your project without any errors, this path will contain your project’s assembly file (e.g., MyCustomActivity.dll).